/*header*/

.header {
    height: 88px;
    background: #fff;
}

.logo {
    height: 88px;
}

.logo img {
    max-height: 88px;
}

.logo a {
    display: block;
    height: 100%;
}

.header-tel {
    padding: 16px 0;
    font-size: 18px;
    color: #333;
    padding-left: 81px;
    line-height: 1;
    background: url('../image/tel.png') no-repeat left center;
}

.header-tel p {
    color: #00a741;
    font-size: 28px;
    padding-top: 10px;
}

.navbar {
    height: 50px;
    line-height: 50px;
    background: #eeeeee;
}

.nav>ul {
    display: flex;
}

.nav>ul>li {
    flex: 1 1 auto;
    position: relative;
}

.nav>ul>li a {
    font-size: 16px;
    color: #666;
}

.nav ul li a {
    display: block;
    text-align: center;
}

.nav>ul>li>a:hover,
.nav>ul>li.on>a {
    color: #fff;
    background-color: #00a741;
}

.nav>ul>li>a:hover span,
.nav>ul>li.on>a>span {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    width: 100%;
    display: none;
    background-color: #fff;
}

.nav>ul>li ul li a {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e8e8e8;
}

.nav>ul>li ul li:hover a {
    color: #00a741;
}

.nav>ul>li ul li:last-child a {
    border: none;
}


/*search*/

.i-search {
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    background-color: #eee;
}

.i-search-hd {
    max-width: 800px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}

.i-search-hd a {
    color: #666;
    font-size: 14px;
}

.i-search-bd {
    position: relative;
}

.i-search-bd .search-button {
    width: 22px;
    text-align: center;
    border: none;
    background: url('../image/search_btn.png') no-repeat center;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 16px;
}

.i-search-bd .search-key {
    width: 240px;
    padding-left: 10px;
    color: #999;
    border: 1px solid #999;
    font-size: 14px;
    background: none;
    outline: none;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
}


/*main*/

.i-content * {
    line-height: 1;
}


/*box-tit*/

.box-tit p {
    font-size: 24px;
    color: #333;
}

.box-tit h4 {
    font-size: 32px;
    height: 58px;
    line-height: 50px;
    border: 2px solid #00a741;
    color: #00a741;
    letter-spacing: 15px;
    padding-left: 12px;
    display: inline-block;
    margin: 9px 0;
    position: relative;
}

.box-tit h4:after,
.box-tit h4:before {
    content: "";
    width: 38px;
    height: 2px;
    background-color: #00a741;
    position: absolute;
    top: calc(50% - 1px);
}

.box-tit h4:before {
    left: -28px;
}

.box-tit h4:after {
    right: -28px;
}

.box-tit h4 span {
    color: #333;
}

.box-tit>span {
    display: block;
    font-size: 16px;
    color: #666;
}


/*product*/

.i-product {
    padding: 100px 0;
}

.i-pro-con {
    margin-top: 30px;
}

.i-pro-hd {
    width: 294px;
    border: 2px solid #00a741;
}

.i-pro-hd .item-hd {
    background-color: #00a741;
    color: #fff;
    padding: 20px 0;
}

.i-pro-hd .item-hd h4 {
    font-size: 28px;
}

.i-pro-hd .item-hd p {
    font-size: 16px;
    margin-top: 10px;
}

.i-pro-list {
    padding: 21px 16px 22px;
}

.i-pro-list>li {
    position: relative;
}

.i-pro-list>li:after {
    content: "";
    width: 20px;
    height: 38px;
    position: absolute;
    top: 0;
    z-index: 99;
    cursor: pointer;
    right: 27px;
    background: url('../image/pro_libg.png') no-repeat center;
}

.i-pro-list>li>a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 43px 0 28px;
    background-color: #00a741;
    color: #fff;
    font-size: 20px;
}

.i-pro-item {
    padding: 8px 0;
}

.i-pro-item li a {
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    color: #666666;
    padding-left: 28px;
    display: block;
}

.i-pro-item li a:hover {
    background-color: #f2f2f2;
    color: #333;
}

.i-pro-hd .item-ft {
    color: #fff;
    text-align: center;
    background-color: #00a741;
    padding: 33px 0;
}

.i-pro-hd .item-ft h5 {
    font-size: 18px;
    display: inline-block;
}

.i-pro-hd .item-ft h5:before,
.i-pro-hd .item-ft h5:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin: 0 6px;
    vertical-align: 6px;
}

.i-pro-hd .item-ft p {
    font-size: 32px;
    margin-top: 11px;
}

.i-pro-bd {
    width: 942px;
}

.i-pro-bd ul li {
    width: 294px;
    margin-right: 30px;
}

.i-pro-bd ul li .img {
    width: 294px;
    overflow: hidden;
}

.i-pro-bd ul li img {
    transition: all .6s;
}

.i-pro-bd ul li:hover img {
    transform: scale(1.1);
}

.i-pro-bd ul li:hover p {
    color: #00a741;
}

.i-pro-bd ul li:nth-of-type(3n) {
    margin-right: 0;
}

.i-pro-bd ul li:nth-of-type(n+4) {
    margin-top: 18px;
}

.i-pro-bd ul li p {
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}


/*mid*/

.i-mid {
    height: 180px;
    background: url('../image/mid_bg.jpg') no-repeat center;
}

.i-mid3 {
    background: url('../image/mid_bg2.jpg') no-repeat center;
}

.i-mid-tel {
    margin-right: 168px;
    color: #fff;
    padding-top: 30px;
    padding-left: 110px;
    background: url('../image/mid_tel.png') no-repeat left 15px;
}

.i-mid-tel h5 {
    font-size: 24px;
}

.i-mid-tel p {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 20px;
}

.i-mid-tel a {
    width: 200px;
    height: 48px;
    line-height: 46px;
    display: block;
    border: 1px solid #ffed04;
    font-size: 24px;
    text-align: center;
}


/*superiority*/

.i-superiority {
    padding-top: 100px;
}

.i-sup-con ul li .item-bd,
.i-sup-con ul li .item-hd {
    width: 50%;
}

.i-sup-con ul li .item-hd {
    padding: 29px 0 0 126px;
    background: url('../image/xh1.png') no-repeat left top;
    margin-top: 20px;
}

.i-sup-con ul li:nth-of-type(2) .item-hd {
    background: url('../image/xh2.png') no-repeat left top;
    margin-top: 40px;
}

.i-sup-con ul li:nth-of-type(3) .item-hd {
    background: url('../image/xh3.png') no-repeat left top;
    margin-top: 40px;
}

.i-sup-con ul li:nth-of-type(4) .item-hd {
    background: url('../image/xh4.png') no-repeat left top;
    margin-top: 78px;
}

.i-sup-con ul li .item-hd h4 {
    font-size: 24px;
    color: #333;
}

.i-sup-con ul li .item-hd h4 span {
    color: #ffa304;
}

.i-sup-con ul li .item-hd h5 {
    font-size: 18px;
    color: #666;
    margin: 15px 0;
}

.i-sup-con ul li .item-hd p {
    line-height: 36px;
    font-size: 14px;
    color: #666;
    width: 485px;
    background: url('../image/sup_pbg.png') no-repeat left 14px;
    padding-left: 18px;
}

.i-sup-con ul li:nth-child(odd) .item-bd img {
    float: right;
}

.i-sup-con ul li .item-bd {
    position: relative;
}

.i-sup-con ul li .item-bd .i-sup-tel {
    font-size: 24px;
    color: #ffa304;
    position: absolute;
    left: 105px;
    bottom: 42px;
}

.i-sup-con ul li:nth-child(even) {
    background-color: #f4f4f4;
}

.i-sup-con ul li:nth-of-type(1) {
    padding: 40px 0;
}

.i-sup-con ul li:nth-of-type(2) {
    padding: 38px 0 18px;
}

.i-sup-con ul li:nth-of-type(3) {
    padding: 28px 0 24px;
}


/*mid2*/

.i-mid2 {
    height: 451px;
    background: url('../image/mid2_bg.jpg') no-repeat center;
}

.i-mid2 .w {
    height: 100%;
    padding-top: 297px;
}

.i-mid2 a {
    display: block;
    width: 240px;
    height: 65px;
    border-radius: 30px;
    line-height: 61px;
    border: 2px solid #04a844;
    margin: 0 auto 0;
    font-size: 28px;
    color: #00a741;
    text-align: center;
}

.i-mid2 a:hover {
    color: #6afda4;
}


/*about*/

.i-about {
    padding: 100px 0;
}

.i-about-hd {
    width: 618px;
    background-color: #fff;
    padding-bottom: 18px;
}

.i-about-bd {
    width: 550px;
}

.i-about-tit {
    padding: 5px 0 5px 10px;
    border-left: 2px solid #00a741;
    margin-top: 22px;
}

.i-about-tit h3 {
    font-size: 32px;
    color: #00a741;
}

.i-about-tit p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.i-about-desc {
    margin: 15px 0 25px;
    font-size: 16px;
    height: 182px;
    overflow: hidden;
    color: #666;
}

.i-about-desc * {
    line-height: 26px;
}

.i-about-more {
    width: 200px;
    height: 47px;
    line-height: 45px;
    display: block;
    border: 1px solid #00a741;
    text-align: center;
    color: #00a741;
    font-size: 18px;
}

.i-about-more:hover {
    background-color: #00a741;
    color: #fff;
}

.i-about-list {
    margin-top: 49px;
}

.i-about-list li {
    display: inline-block;
    text-align: center;
    margin-right: 50px;
}

.i-about-list li .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #00a741;
    background: url('../image/icon1.png') no-repeat center;
}

.i-about-list li:nth-of-type(1):hover .img {
    background: #00a741 url('../image/icon12.png') no-repeat center;
}

.i-about-list li:nth-of-type(2) .img {
    background: url('../image/icon2.png') no-repeat center;
}

.i-about-list li:nth-of-type(2):hover .img {
    background: #00a741 url('../image/icon22.png') no-repeat center;
}

.i-about-list li:nth-of-type(3) .img {
    background: url('../image/icon3.png') no-repeat center;
}

.i-about-list li:nth-of-type(3):hover .img {
    background: #00a741 url('../image/icon32.png') no-repeat center;
}

.i-about-list li:nth-of-type(4) .img {
    background: url('../image/icon4.png') no-repeat center;
}

.i-about-list li:nth-of-type(4):hover .img {
    background: #00a741 url('../image/icon42.png') no-repeat center;
}

.i-about-list li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-top: 9px;
}


/*case*/

.i-case-hd {
    width: 100%;
    margin: 30px 0 40px;
}

.i-case-hd ul li {
    display: inline-block;
    margin: 0 36px;
}

.i-case-hd ul li a {
    display: block;
    height: 36px;
    line-height: 34px;
    border: 1px solid #bbbbbb;
    padding: 0 17px;
    font-size: 16px;
    color: #999;
}

.i-case-hd ul li.on a,
.i-case-hd ul li a:hover {
    background-color: #00a741;
    color: #fff;
}

.i-case-bd {
    width: 570px;
}

.i-case-text {
    width: 255px;
    padding-top: 33px;
}

.i-case-text h3 {
    font-size: 18px;
    color: #333;
}

.i-case-text p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 72px;
    overflow: hidden;
    margin: 15px 0;
}

.i-case-text i {
    width: 22px;
    height: 15px;
    display: block;
    background: url('../image/case_ico.png') no-repeat center;
    transition: all .4s;
}

.i-case-bd ul li:hover h3 {
    color: #00a741;
}

.i-case-bd ul li:hover i {
    padding-left: 25px;
}

.i-case-bd ul li {
    margin-bottom: 19px;
}

.i-case-ft {
    width: 650px;
}

.i-case-item {
    width: 570px;
}


/*new*/

.i-news {
    padding: 100px 0;
}

.i-news-hd {
    margin: 30px 0 60px;
    background: url('../image/news_hdbg.png') no-repeat center 9px;
}

.i-news-hd ul li {
    display: inline-block;
    margin: 0 65px;
    padding-top: 30px;
    background: url('../image/news_ico.png') no-repeat center top;
}

.i-news-hd ul li.on,
.i-news-hd ul li:hover {
    background: url('../image/news_ico2.png') no-repeat center top;
}

.i-news-hd ul li a {
    font-size: 16px;
    color: #666;
}

.i-news-hd ul li:hover a,
.i-news-hd ul li.on a {
    color: #333;
}

.i-news-box {
    width: 630px;
    overflow: hidden;
}

.i-news-bd {
    width: 647px;
    padding-left: 45px;
    height: 470px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

.i-news-bd:after {
    content: "";
    background-color: #eee;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 17px;
    z-index: -99;
    top: 0;
}

.i-news-ft {
    width: 550px;
    padding: 38px 40px 46px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.i-news-text {
    width: 370px;
    padding-left: 25px;
}

.i-news-text h3 {
    font-size: 18px;
    color: #333;
    padding-left: 18px;
    background: url('../image/news_ico3.png') no-repeat left center;
}

.i-news-text p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666;
    margin-top: 15px;
}

.i-news-date {
    width: 84px;
    padding-bottom: 58px;
    background: url('../image/news_ico4.png') no-repeat 10px bottom;
}

.i-news-date p {
    font-size: 18px;
    color: #666;
}

.i-news-bd ul li {
    padding: 39px 0;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
    height: 156px;
}

.i-news-bd ul li:after {
    content: "";
    width: 16px;
    height: 17px;
    background: #fff url('../image/news_ico5.jpg') no-repeat center;
    position: absolute;
    top: 50%;
    left: -36px;
}

.i-news-bd ul li:hover:after {
    background: #fff url('../image/news_ico52.jpg') no-repeat center;
}

.i-news-bd ul li:first-child {
    border-top: 2px solid #f5f5f5;
}

.i-news-bd ul li:hover .i-news-text h3 {
    color: #00a741;
    background: url('../image/news_ico32.png') no-repeat left center;
}

.i-news-desc h4,
.i-news-desc span {
    font-size: 18px;
    color: #333;
}

.i-news-desc h4 {
    margin: 10px 0 18px;
}

.i-news-desc p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.i-news-ft ul li i {
    display: block;
    width: 200px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #00a741;
    font-size: 18px;
    color: #00a741;
}

.i-news-ft ul li i:hover {
    color: #fff;
    background-color: #00a741;
}

.i-news-img {
    margin: 15px 0 45px;
}


/*item*/

.i-team {
    padding: 98px 0 100px;
    background: url('../image/team_bg.jpg') no-repeat center top;
}

.i-team-con {
    overflow: hidden;
    margin-top: 30px;
}

.i-team-con ul li {
    width: 325px;
    border-right: 1px solid #cecdcb;
}


/*link*/

.i-link {
    background-color: #fff;
    padding: 30px 0 20px;
}

.friend-link,
.city-link {
    height: 37px;
    line-height: 37px;
}

.i-link span {
    font-size: 18px;
    color: #333;
}

.i-link a {
    color: #666;
    font-size: 14px;
}

.i-link a:hover {
    text-decoration: underline;
}


/*
    footer
*/

.footer {
    width: 100%;
    background: #2d3238;
    overflow: hidden;
    font-size: 14px;
    padding: 50px 0 45px;
}

.footer * {
    box-sizing: border-box;
    color: #fff;
}

.footer-hd {
    width: 540px;
}

.footer-contact {
    border-bottom: 2px solid #4b4e51;
    padding-bottom: 20px;
}

.footer-contact h3 {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    display: inline-block;
    margin-left: 38px;
    vertical-align: 3px;
}

.footer-contact h2 {
    font-weight: bold;
    font-size: 28px;
    color: #ffed04;
    display: inline-block;
    text-transform: uppercase;
}

.footer-contact h2 span {
    color: #fff;
}

.footer-contact p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer-contact strong {
    font-size: 20px;
    color: #ffed04;
    font-weight: normal;
}

.footer-focus {
    padding: 29px 0;
    border-bottom: 2px solid #4b4e51;
}

.footer-focus .tit {
    display: inline-block;
    width: 133px;
    line-height: 1;
    vertical-align: 38px;
}

.footer-focus .tit h4 {
    color: #ffed04;
    font-size: 20px;
}

.footer-focus .tit p {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

.footer-code {
    display: inline-block;
    width: 70px;
    margin-right: 12px;
}

.footer-code img {
    width: 70px;
    height: 70px;
}

.footer-code p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer-desc {
    margin-top: 20px;
}

.footer-desc a,
.footer-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
}

.footer-desc img {
    display: inline;
    margin-left: 5px;
}

.footer-bd {
    width: 576px;
    padding-right: 46px;
}

.footer-bd h2 {
    font-size: 28px;
    color: #ffed04;
    font-weight: normal;
}

.footer-bd h2 span {
    font-size: 16px;
    color: #999;
    margin-left: 10px;
}

.footer-bd .button {
    width: 150px;
    height: 42px;
    line-height: 40px;
    background: none;
    border: 1px solid #ffed04;
    font-size: 16px;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin-left: 80px;
}

.footer-bd .button:last-child {
    border: 1px solid #999;
    margin-left: 20px;
}

.footer-bd .button:hover {
    border: 1px solid #ffed04;
}

.input-group label {
    font-size: 16px;
    color: #fff;
}

.input-group:nth-of-type(3) label {
    vertical-align: 115px;
    display: inline-block;
}

.input-group input {
    width: 450px;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #666;
    padding-left: 20px;
    font-size: 16px;
    background-color: #424850;
}

.input-group textarea {
    width: 450px;
    height: 140px;
    color: #666;
    padding-left: 20px;
    font-size: 16px;
    background-color: #424850;
    border: none;
}

.input-group {
    margin-bottom: 20px;
}


/*footer-fixed*/

.footer-fixed {
    width: 100%;
    height: 127px;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    bottom: 0;
    padding: 30px 0;
    z-index: 9999;
}

.footer-fixed>.w>div {
    display: inline-block;
}

.footer-fixed .tit {
    border-top: 1px solid #fff;
    width: 360px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding: 10px 0;
    margin-right: 60px;
}

.footer-fixed .con {
    width: 846px;
    vertical-align: top;
}

.footer-fixed .con span {
    display: inline-block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    vertical-align: 35px;
    margin-right: 20px;
}

.footer-fixed .con form {
    display: inline-block;
    width: 726px;
}

.footer-fixed .con form .button {
    display: block;
    float: right;
    width: 176px;
    height: 97px;
    font-size: 20px;
    color: #fff;
    margin-top: -55px;
}

.footer-input {
    display: inline-block;
    width: 260px;
    background-color: #fff;
    height: 38px;
    font-size: 16px;
    color: #666;
    line-height: 42px;
    padding-left: 45px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: none;
    outline: none;
}

.footer-fixed .con .footer-input:nth-of-type(5) {
    background: #fff url(../image/fico1.png) no-repeat 7px 6px;
    background-size: 28px 28px;
}

.footer-fixed .con .footer-input:nth-of-type(6) {
    background: #fff url('../image/fico2.png') no-repeat 5px 6px;
}

.footer-fixed .con .footer-input:nth-of-type(7) {
    background: #fff url('../image/fico3.png') no-repeat 5px 4px;
}

.footer-fixed .con .footer-input:nth-of-type(8) {
    background: #fff url('../image/fico4.png') no-repeat 5px 4px;
}

.footer-close {
    width: 120px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #00a741;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    position: fixed;
    letter-spacing: 17px;
    line-height: 30px;
    bottom: 0;
    left: -120px;
    cursor: pointer;
    z-index: 99;
}

.footer-fixed .w {
    position: relative;
}

#close {
    width: 32px;
    height: 32px;
    background: url('../image/close.png') no-repeat center;
    position: absolute;
    right: -50px;
    top: -20px;
    cursor: pointer;
    z-index: 999;
}


/*npage*/

.nbanner {
    height: 230px;
    background: url(../image/nban_bg3.jpg) center top;
}

.main {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 20px;
}
.main a{
	color:#333;
}
.main_con {
    padding: 20px 50px 50px 50px;
    min-height: 500px;
}

.um-hd {
    float: left;
    width: 275px;
    position: relative;
    background: #fafafa;
    padding: 15px;
}

.um-bd {
    float: right;
    width: 930px;
}

.main_nei .ml {
    float: right;
}

.main_nei .mr {
    float: left;
}

.sider {}

.sider__hd {
    height: 50px;
    padding: 8px;
    background-color: #F18B16;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
}

.sider__hd .en {
    display: block;
    font-size: 14px;
}

.sider__bd li {
    position: relative;
}

.sider__bd li i {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 36px;
    height: 40px;
    background: url(../image/img.png) no-repeat 0 -169px;
    cursor: pointer;
}

.sider__bd li a:hover {
    background: inherit;
}

.sider__bd dl {
    display: none;
}

.sider__bd li.on dl {
    display: block;
}

.sider__bd li.on i {
    background-position: 0 -209px;
}

.um-items-img li {
    width: 295px;
    margin: 0 22px 20px 0;
    overflow: hidden;
}

.um-items-img li:nth-of-type(3n) {
    margin-right: 0;
}

.um-items-img li img {
    width: 295px;
    height: 260px;
}

.um-items-img li p {
    color: #333;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}


/*
    新闻列表页左右排列
*/

.items-text_desc li {
    margin: 0 0 30px 0;
    padding: 20px 0 20px 10px;
}

.items-text_desc li:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.items-text_desc .item-hd img {
    width: 200px;
    height: 120px;
    display: block;
}

.items-text_desc .item-bd {
    width: 710px;
    height: 114px;
    padding: 5px 10px;
}

.items-text_desc .item-bd .tit {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #00a741;
    height: 30px;
    line-height: 30px;
}

.items-text_desc .item-bd .tit p {
    color: #333;
}

.items-text_desc .item-bd span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.items-text_desc .item-bd .desc {
    font-size: 13px;
    color: #666;
    margin: 6px 0 0 0;
}

.news-list {
    width: 270px;
    color: #333;
    position: relative;
    top: -120px;
}

.news-list a {
    color: #666;
}

.xw-tit {
    height: 60px;
    line-height: 60px;
    opacity: 1;
    font-size: 24px;
    font-weight: bold;
    background-color: #0c6ba3;
    color: #fff;
    text-align: center;
}

.xw-news {
    border: 1px solid #ccc;
    padding: 20px 0px;
    height: 402px;
    overflow: hidden;
    margin-bottom: 20px
}

.xw-news li {
    padding: 10px 20px;
    border-bottom: 1px dashed #ccc;
}

.xw-news li:hover p {
    color: #0c6ba3;
}

.xw-news li p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    max-height: 40px;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 10px;
}

.xw-pro {
    padding: 20px 35px;
    border: 1px solid #ccc;
}

.xw-pro li {
    margin-bottom: 10px;
}

.xw-pro li p {
    height: 30px;
    color: #333;
    line-height: 30px;
    text-align: center;
    width: 100%;
}


/*
        内页左侧
    */

.um-hd-panel_tit {
    line-height: 48px;
    padding-left: 46px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
    background: #00a741 url('../image/nico1.png') no-repeat 8px 8px;
}

.um-menu_hd img {
    max-width: 100%;
}

.um-hd-contact_con .text {
    padding: 20px 5px 20px 20px;
    line-height: 24px;
}

.um-hd-menu_con {
    padding: 15px 0 0px;
}

.um-hd-menu_con .subc {
    margin-bottom: 10px;
}

.um-hd-menu_con li {
    margin-bottom: 15px;
}
.um-hd-menu_con li dl dd a{
	height:32px;
  	line-height:32px;
  	display:block;
  	padding-left:30px;
  	color:#666;
  	font-size:14px;
}
.um-hd-menu_con li em {
    font-family: '宋体';
    font-weight: bold;
    color: #666;
}

.um-hd-menu_con li>a {
    padding: 0 15px;
    display: block;
    border: 1px solid #eeeeee;
    color: #333;
    line-height: 38px;
    height: 38px;
    font-size: 15px;
}

.um-hd-menu_con li:hover em,
.um-hd-menu_con li a:hover {
    color: #00a741;
}

.um-hd-news_con {
    width: 100%;
    margin-bottom: 15px;
}

.um-hd-news_con li {
    border-bottom: 1px solid #d8e5ef;
    line-height: 35px;
}

.um-hd-news_con li>a:hover em,
.um-hd-news_con li:hover a {
    color: #00a741;
}

.um-hd-news_con li em {
    font-family: '宋体';
    color: #666;
    font-weight: bold;
    font-size: 14px;
    margin-right: 3px;
}

.um-hd-news_con li a {
    font-size: 13px;
    color: #555555;
    display: block;
}

.um-hd-key_con {
    margin: 10px 0;
}

.um-hd-key_con a:hover {
    color: #00a741;
}

.um-hd-key_con a {
    display: inline-block;
    width: 47%;
    line-height: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #d8e5ef;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.um-hd-key_con a:nth-of-type(2n) {
    margin-left: 6%;
}

.um-bd_hd {
    height: 36px;
    padding: 10px 15px 5px 0px;
    box-sizing: content-box;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.um-bd_hd .tit {
    float: left;
    font-size: 20px;
    color: #333;
    position: relative;
}

.um-bd_hd .tit:before {
    position: absolute;
}

.pos {
    float: right;
}

.pos span {
    color: #aaa;
}

.pos,
.pos a {
    color: #666;
}

.pos a:hover,
.pos a:last-child {
    color: #00a741;
}

.detail {}

.um-page_tit {
    padding: 20px 0;
    border-bottom: #ccc solid 1px;
    text-align: center;
    font-size: 23px;
}

.detail .imgs {
    text-align: center;
}


/*-------------------------------------------------*/


/*detail*/

.about {}

.about h1 {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: #f1f1f1;
    font-size: 14px;
}

.detail img {
    max-width: 860px;
    _width: expression(this.width>860?860: true);
}

.detail .cont {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.8;
}

*html .detail img {
    width: expression(this.width > 860 ? "860": this.width);
}


/*新闻详细页*/

.news h1 {
    text-align: center;
}

.meta {
    height: 26px;
    line-height: 26px;
    border-bottom: #666 dashed 1px;
    margin-bottom: 20px;
    color: #999;
    text-align: center;
}


/*about*/

.about_detail h1 {
    padding: 15px 0;
    border-bottom: #c2d9ea solid 1px;
}

.about_detail .artInfo {
    display: none;
}

.page_list_img li {
    float: left;
    margin: 10px;
    display: inline;
    zoom: 1;
    width: 228px;
    height: 190px;
    overflow: hidden;
}

.page_list_img li img {
    width: 220px;
    height: 165px;
    padding: 4px;
    background: #fff3d0;
    border: #fc6800 solid 1px;
}

.page_list_img li .list_title {
    text-align: center;
}


/*----------------------------------------------------------------------------------------------------------------*/


/*
** 产品列表
**/

.catelist {}

.catelist li {
    margin-top: 20px;
    overflow: hidden;
}

.catelist .img {
    width: 120px;
    height: 120px;
    margin: 0 30px;
    border: #ddd solid 2px;
    overflow: hidden;
}

.catelist .com {
    margin-left: 30px;
}

.catelist .t {
    padding-bottom: 6px;
}


/*产品详细*/

.product_detail {
    padding-left: 20px;
}

.um-imgZoom {
    float: left;
    margin-right: 20px;
}

.um-imgZoom p {
    text-align: center;
    padding-bottom: 10px;
}

#zoom_box {
    display: block;
    zoom: 1;
    width: 300px;
    height: 300px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 170px;
    padding: 0;
}

#zoom_box img {
    margin: 0;
    padding: 0;
}

#zoom_box img.big_small {
    max-width: 300px;
    max-height: 300px;
    _width: expression(this.width>300&&this.width>this.height?300: true);
    _height: expression(this.height>300?300: true);
}

#zoom_list {
    width: 302px;
    height: 60px;
    background: #EFEFEF;
}

#zoom_list .pre {
    float: left;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;
}

#zoom_list .next {
    float: right;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;
}

#zoom_list #zoom_list_box {
    float: left;
    width: 232px;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist {
    position: absolute;
    top: 4px;
}

#thumblist li {
    float: left;
    width: 58px;
    overflow: hidden;
    text-align: center;
    margin: 2px 0;
}

#thumblist li span {
    width: 52px;
    height: 52px;
}

#thumblist li span a {
    width: 50px;
    height: 50px;
    font-size: 42px;
}

#thumblist li span img {
    max-height: 50px;
    max-width: 50px;
    _width: 50px;
    _height: 50px;
}

#big_box {
    float: left;
}

#big_box span {
    width: 302px;
    height: 242px;
}

#big_box span a {
    width: 300px;
    height: 240px;
    font-size: 200px;
}

#big_box span img {
    max-width: 300px;
    max-height: 240px;
}

.p_info li {
    margin-bottom: 10px;
}

.um-imgDetail {}

.um-imgDetail .tag {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: #ddd solid 1px;
    border-bottom: #00a741 solid 2px;
    background: #f8f8f8;
}

.um-imgDetail .tag b {
    display: block;
    color: #00a741;
    font-size: 14px;
}

.um-imgDetail {}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.pagenav {
    padding: 10px 0 0 0;
    border-top: #ddd solid 1px;
}

.pagenav a {
    color: #00a741;
}

.um-bd_imgShow_ft .items-img li {
    width: 200px;
    margin-right: 16px;
}

.um-bd_imgShow_ft .items-img li:last-child {
    margin-right: 0;
}

.um-bd_imgShow_ft .items-img li p {
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.um-bd_imgShow_ft b {
    color: #0c6ba3;
    font-size: 14px;
}

.um-bd_imgShow_ft .con {
    margin-top: 20px;
}

.um-bd_imgShow_ft .con ul li p {
    color: #333;
}

.citybox {}

.citybox a {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}


/*
** 图片
**/

.photo_box {
    overflow: hidden;
}

.photo_box .photo {
    position: relative;
    float: left;
    width: 625px;
    margin-left: 40px;
    overflow: hidden;
}

.photo_box .btn_left,
.photo_box .btn_right {
    display: block;
    width: 8px;
    height: 30px;
    margin-top: 195px;
    background: url(../image/roll.jpg) no-repeat;
}

.photo_box .btn_left {
    float: left;
}

.photo_box .btn_right {
    float: right;
    background-position: -8px 0;
}

.photo_view li {
    float: left;
    width: 625px;
}

.photo_desc h3 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: #eee solid 1px;
}


/*
** 下载
**/

.down_list dl.img {
    margin: 5px 10px;
}

.down_list dl.img dt {
    font-size: 14px;
    background: #EFEFEF;
    line-height: 28px;
    padding-left: 5px;
}

.down_list dl.img dt a {
    color: #855352
}

.down_list dl.img dd.ext {
    line-height: 22px;
    text-align: right;
    color: #333;
}

.down_list dl.img dd.desc {
    line-height: 22px;
    color: #9E9E9E
}

.down_info {
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
}

.down_info ul li label {
    float: left;
    width: 65px;
    border-right: 1px solid #EFEFEF;
    text-align: center;
    margin-right: 5px;
}

.down_info ul li {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 12px;
}

.down_info ul li a {
    font-weight: bold;
    color: #F30;
}

#content {
    line-height: 30px;
    font-size: 14px;
}

#content h1.tit {
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    color: #333;
    text-align: center;
    margin: 20px 0;
}

#content h1.tit span {
    font-size: 14px;
    font-weight: normal;
}

#content .content p {
    font-size: 12px;
}

#content .content img {
    max-width: 590px;
    _width: expression(this.width > 590 && this.width > this.height ? 590: true);
}

#content .content strong {
    color: #000;
}

#content .content ol {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul li {
    list-style-type: disc;
}

#content .content ol li {
    list-style-type: decimal;
}

#content .content h1,
#content .content h2,
#content .content h3,
#content .content h4,
#content .content h5,
#content .content h6 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#pages {
    box-sizing: content-box;
    padding: 5px 15px;
    text-align: center;
    font: 12px '宋体';
}

#pages a {
    display: inline-block;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 5px 15px;
    box-sizing: content-box;
}

#pages a.a1 {
    box-sizing: content-box;
    padding: 5px 15px;
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    box-sizing: content-box;
    padding: 5px 15px;
    height: 22px;
    line-height: 22px;
    background: #00a741;
    border: 1px solid #00a741;
    color: #fff;
    text-align: center;
}

.page .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
}

.kefu .kftop {
    background: url(../images/kefu_top.gif) no-repeat;
    height: 20px;
}

.kefu .kfbottom {
    background: url(../images/kefu_bottom.gif) no-repeat;
    height: 14px;
}

.kefu .kfbox {
    border-left: 1px solid #DDE6EC;
    border-right: 1px solid #DDE6EC;
    overflow: hidden;
    zoom: 1;
    padding: 1px;
    background: #FFF;
    color: #f00;
    line-height: 26px;
}

.kefu .kfbox ul {
    padding-left: 6px;
}

.kefu .kfbox ul li.tit {
    color: #800000;
}

.kefu .kfbox ul li img {
    vertical-align: middle;
}


/*留言反馈*/

.table-list td,
.table-list th {
    padding-left: 12px;
}

.table-list td img {
    vertical-align: middle;
}

.table-list thead th {
    height: 30px;
    background: #eef3f7;
    border-bottom: 1px solid #d5dfe8;
    font-weight: normal;
    line-height: 30px;
}

.table-list tbody td,
.table-list .btn {
    border-bottom: #eee 1px solid;
    line-height: 30px;
}

div.btn {
    background: #f6f6f6;
    padding: 6px 12px;
    height: 30px;
    line-height: 30px
}

.table-list tr:hover,
.table-list table tbody tr:hover {
    background: #fbffe4
}

.nHover tr:hover,
.nHover tr:hover td {
    background: none
}

.table-list .input-text-c {
    padding: 0;
    height: 18px
}

.input-text-c {
    border: 1px solid #A7A6AA;
    height: 18px;
    padding: 2px 0 0;
    text-align: center
}

.td-line {
    border: 1px solid #eee
}

.td-line td,
.td-line th {
    border: 1px solid #eee
}

.button {
    background: #00a741;
    border: none;
    padding: 5px 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #999;
}

[type=reset]:hover {
    background: #777;
}

.table-list tr.on,
.table-list tr.on td,
.table-list tr.on th,
.table-list td.on,
.table-list th.on {
    background: #fdf9e5;
}

a.close-own {
    background: url(../Images/cross.png) no-repeat left 3px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    outline: none;
    right: 7px;
    top: 8px;
    text-indent: 200px;
    overflow: hidden
}

a.close-own:hover {
    background-position: left -46px
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #A7A6AA;
    line-height: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 1px 0 1px 5px;
    border: 1px solid #d0d0d0;
    background: #FFF url(../Images/admin_img/input.png) repeat-x;
    font-family: Verdana, Geneva, sans-serif, "宋体";
    font-size: 12px;
}

.input-focus {
    background: #FFF;
    border-color: #afcee6;
    font-size: 12px;
}

input.date,
input.endDate {
    background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px;
    padding-right: 18px;
    font-size: 12px;
}

textarea,
textarea.input-text,
textarea.input-focus {
    font-size: 12px;
    height: auto;
    padding: 5px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
}

.search-form {
    margin-bottom: 10px
}


/*宋体宋体*/

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

em.error {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

em.success {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/checked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

.guestbook_list {
    margin: 12px 0;
    line-height: 26px;
}

.guestbook_list dl {
    border: 1px solid #E9E9EB;
    margin: 8px auto;
    padding: 15px;
}

.guestbook_list dl dt {
    border-bottom: 1px dashed #E9E9EB;
    height: 26px;
    line-height: 26px;
    color: #314E8C
}

.guestbook_list dl dt span {
    float: right;
    line-height: 26px;
}

.guestbook_list dl dd.g_content {
    padding: 5px;
    line-height: 26px;
}

.post_box {
    border: 1px solid #eee;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}


/*user login*/


/*sitemap*/

.mapbox {
    border: 1px solid #ccc;
    background: #fff;
}

.mapbox h4 {
    margin: 10px 0;
    padding: 6px;
    border: none;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    border-bottom: 1px solid #eee;
}

.smallcat ul {
    overflow: hidden;
}

.smallcat ul li {
    float: left;
    line-height: 24px;
}

.smallcat ul li a {
    margin: 0 8px;
}


/**/

.um-kefu {
    display: none;
}

#area {
    position: fixed;
    width: 78px;
    right: -78px;
    top: 27%;
}

#small_menu ul {
    list-style: none;
}

#area #on {
    position: absolute;
    top: 30%;
    right: 100%;
    width: 30px;
    cursor: pointer;
    border-radius: 15px;
    padding: 10px 0 30px;
    background-color: rgba(13, 143, 143, 0.2);
}

#area #on p {
    width: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    position: relative;
}

#area #on p:after {
    content: "<";
    font-family: "宋体";
    font-size: 20px;
    width: 30px;
    color: #0038a4;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: -28px;
}

#area #on p.on:after {
    content: ">";
}

#area #small_menu {
    width: 100%;
}

#area #small_menu ul li {
    width: 78px;
    height: 72px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #3c516c;
    position: relative;
}

#area #small_menu ul li .text {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background-color: #00a741;
    width: 140px;
    height: 72px;
    left: -140px;
    top: 0;
    padding: 10px 10px 0;
    display: none;
    z-index: 999;
}

#area #small_menu ul li:hover .text {
    display: block;
}

#area #small_menu ul li:nth-of-type(4) .text {
    height: 140px;
    padding: 10px;
    top: -35px;
}

#area #small_menu ul li .text p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-top: 0px;
}

#area #small_menu ul li .text img {
    display: block;
    width: 120px;
    height: 120px;
}

#area #small_menu ul li:nth-of-type(1) {
    background: #00a741 url(../image/QQ.png) no-repeat 23px 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(2) {
    background: #00a741 url(../image/phone.png) no-repeat 23px 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(3) {
    background: #00a741 url(../image/ly.png) no-repeat 23px 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(4) {
    background: #00a741 url(../image/ewm.png) no-repeat 23px 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(5) {
    background: #00a741 url(../image/top.png) no-repeat 20px 6px;
    background-size: 50%;
}

#area #small_menu ul li h5 {
    text-align: center;
    padding-top: 40px;
    font-weight: normal;
}

#area #small_menu ul li:hover h5 {
    color: #00a741;
}

#area #small_menu li.active {
    background-color: rgba(2, 27, 38, 0.87);
    border-left: 4px solid #00ffff;
    border-top: 0px;
}

#area #small_menu li.active a {
    color: #00ffff;
}

#area #small_menu ul li:hover {
    background-color: rgba(0, 0, 0, 0.8);
}